GET /api/bet_types/6da41fa4-106e-455c-ae78-be2f64fedd22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6da41fa4-106e-455c-ae78-be2f64fedd22",
    "match": "https://api-prod.gambitprofit.com/api/matches/f06386aa-31b8-497f-8d44-c0ae69a9ae54/?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": "PHI (B Falter)",
                "amount": 6389.0
            },
            {
                "team": "WAS (E Fedde)",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e88166c-adff-43b5-b5af-f0f3b6b9e604",
            "gambit_id": "c88c0564-f0c3-47cb-8044-0f8ce6bcbb2d",
            "last_updated": "2022-10-01T09:22:27.111888-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (B Falter)",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6da41fa4-106e-455c-ae78-be2f64fedd22/?format=api"
        },
        {
            "id": "8f5d0fe4-f60a-4391-a65a-9ab98bb5a74a",
            "gambit_id": "5a1e0659-e76f-4271-ac61-2d995ff904f2",
            "last_updated": "2022-10-01T09:22:27.110922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (E Fedde)",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6da41fa4-106e-455c-ae78-be2f64fedd22/?format=api"
        }
    ]
}