GET /api/bet_types/154aa3a9-6e40-4194-a6ce-0fe6191842aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "154aa3a9-6e40-4194-a6ce-0fe6191842aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/2db5f84c-ee8a-4e06-ae35-af5002ee3a37/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:08.882602-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": "Denver Nuggets",
                "amount": 7714.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2286.0
            }
        ],
        "expected_reward_tokens": 9486.9,
        "profit_sb": -13.1,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa643cb5-dbd4-4461-971d-b9cf162c5afb",
            "gambit_id": "3dcbb9d4-9c42-4f09-8b09-ef9570ec7aac",
            "last_updated": "2023-12-15T11:23:06.623949-05:00",
            "created_at": "2023-12-14T09:28:08.892018-05:00",
            "name": "Denver Nuggets",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154aa3a9-6e40-4194-a6ce-0fe6191842aa/?format=api"
        },
        {
            "id": "240d7a02-b355-4e20-a64c-7110f276061b",
            "gambit_id": "ad7d149d-67df-4253-b69b-93622be3a780",
            "last_updated": "2023-12-15T11:23:06.620410-05:00",
            "created_at": "2023-12-14T09:28:08.887332-05:00",
            "name": "Brooklyn Nets",
            "reward": "4.15000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154aa3a9-6e40-4194-a6ce-0fe6191842aa/?format=api"
        }
    ]
}