GET /api/bet_types/bfd52f0e-b1e7-4770-ad56-12c8c703655c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfd52f0e-b1e7-4770-ad56-12c8c703655c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef259a8c-c204-441a-9934-28429d390a20/?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 (A Manoah)",
                "amount": 5323.0
            },
            {
                "team": "TAM (J Springs)",
                "amount": 4677.0
            }
        ],
        "expected_reward_tokens": 9260.46,
        "profit_sb": 260.46,
        "profit_sb_percentage": 2.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff9beb6f-e2fe-4c91-affd-652513aa1ae3",
            "gambit_id": "24b4bbaf-4b37-43be-8195-ec14e79fff4e",
            "last_updated": "2022-12-24T17:12:25.991547-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (A Manoah)",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfd52f0e-b1e7-4770-ad56-12c8c703655c/?format=api"
        },
        {
            "id": "18d6391f-1864-4c47-83c2-4ada266b696e",
            "gambit_id": "28208fd9-632f-462b-aaff-1f14a3785c34",
            "last_updated": "2022-12-24T17:12:25.992646-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfd52f0e-b1e7-4770-ad56-12c8c703655c/?format=api"
        }
    ]
}