GET /api/bet_types/dcab753a-ac91-423f-ae45-0b83f98787d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcab753a-ac91-423f-ae45-0b83f98787d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/214a94fe-57a0-43b8-9687-3bd5df24fb7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:00.730528-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": "Team Vitality",
                "amount": 8119.0
            },
            {
                "team": "Evil Geniuses",
                "amount": 1881.0
            }
        ],
        "expected_reward_tokens": 9254.52,
        "profit_sb": -245.48,
        "profit_sb_percentage": -2.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0d02fd2-ea20-42eb-a49d-fc29d432bd2a",
            "gambit_id": "9d555162-7e9d-4ef7-8ae4-d88cb6419f8c",
            "last_updated": "2023-01-23T12:12:21.837462-05:00",
            "created_at": "2023-01-20T22:57:00.733351-05:00",
            "name": "Team Vitality",
            "reward": "1.14000",
            "odds": "1.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcab753a-ac91-423f-ae45-0b83f98787d9/?format=api"
        },
        {
            "id": "3e4c8048-0b9f-43e8-ad7e-a4950fa7922f",
            "gambit_id": "6a7986ee-ee82-4a03-8dc7-d83bae853f18",
            "last_updated": "2023-01-23T12:12:21.836343-05:00",
            "created_at": "2023-01-20T22:57:00.732072-05:00",
            "name": "Evil Geniuses",
            "reward": "4.92000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcab753a-ac91-423f-ae45-0b83f98787d9/?format=api"
        }
    ]
}