GET /api/bet_types/8dcd5bb0-035d-4f0b-9ee4-08e7f329fc45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dcd5bb0-035d-4f0b-9ee4-08e7f329fc45",
    "match": "https://api-prod.gambitprofit.com/api/matches/50409c1f-17cb-4851-8e7e-208f8c073dbe/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TOR (J Berrios)",
                "amount": 5217.0
            },
            {
                "team": "TAM (J Chargois)",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "436ea699-1ee6-4ae4-9232-631022dc77e0",
            "gambit_id": "101493d5-ac1c-49b7-b8ca-80cbc2ff31c5",
            "last_updated": "2022-09-23T10:17:09.635239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (J Berrios)",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dcd5bb0-035d-4f0b-9ee4-08e7f329fc45/?format=api"
        },
        {
            "id": "ac7df710-e04a-4f79-9eef-56538de32eac",
            "gambit_id": "fcd79096-87d1-4f5b-875e-69b50dc9271f",
            "last_updated": "2022-09-23T10:17:09.634291-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Chargois)",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dcd5bb0-035d-4f0b-9ee4-08e7f329fc45/?format=api"
        }
    ]
}