GET /api/bet_types/09919c3b-c04d-4c43-bef9-5f6343b40482/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09919c3b-c04d-4c43-bef9-5f6343b40482",
    "match": "https://api-prod.gambitprofit.com/api/matches/20519eb7-64b6-4da5-b095-965e5e72bfb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T00:23:14.942760-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": "SEA (G Kirby)",
                "amount": 5827.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a426641-483c-4274-b657-e6f67cc8b10a",
            "gambit_id": "34270199-a2b4-445f-ad09-6d8d50bda00c",
            "last_updated": "2023-09-05T10:33:07.914587-04:00",
            "created_at": "2023-09-03T00:23:14.948270-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09919c3b-c04d-4c43-bef9-5f6343b40482/?format=api"
        },
        {
            "id": "00f386d3-2422-4f52-817c-1365f54db969",
            "gambit_id": "cf44a6b5-f20a-4836-83df-fc150b11e201",
            "last_updated": "2023-09-05T10:33:07.917978-04:00",
            "created_at": "2023-09-03T00:23:14.957386-04:00",
            "name": "NYM (T Megill)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09919c3b-c04d-4c43-bef9-5f6343b40482/?format=api"
        }
    ]
}