GET /api/bet_types/c8b4367f-6cb2-494a-ae05-2e1127c67c01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8b4367f-6cb2-494a-ae05-2e1127c67c01",
    "match": "https://api-prod.gambitprofit.com/api/matches/04121195-f816-434b-8320-302ed64a5406/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T08:38:21.893670-04: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": "NYY (G Cole)",
                "amount": 6434.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bb41ed1-e026-45c9-9555-2f006c8d0729",
            "gambit_id": "6fbc1497-4cb2-4d29-8474-05cc99f2357a",
            "last_updated": "2023-07-10T10:18:20.433260-04:00",
            "created_at": "2023-07-08T08:38:21.899808-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b4367f-6cb2-494a-ae05-2e1127c67c01/?format=api"
        },
        {
            "id": "d3f50fe0-9d59-473a-b37d-f6780834d974",
            "gambit_id": "d67d1de2-8e7c-4a22-80a5-67025893483f",
            "last_updated": "2023-07-10T10:18:20.430875-04:00",
            "created_at": "2023-07-08T08:38:21.896827-04:00",
            "name": "CHC (D Smyly)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b4367f-6cb2-494a-ae05-2e1127c67c01/?format=api"
        }
    ]
}