GET /api/bet_types/7fb85427-1c5b-4c3a-97bd-ce0ad721bc88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fb85427-1c5b-4c3a-97bd-ce0ad721bc88",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ee2930f-7446-4b75-9bca-1ed5d3f808eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:10.781770-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": "SFO (A Cobb)",
                "amount": 5117.0
            },
            {
                "team": "STL (J Montgomery)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "329fe145-c8b2-4da0-9a80-473fce38ac15",
            "gambit_id": "83b953f0-4699-4154-9686-d2f9851eacc8",
            "last_updated": "2023-04-25T11:42:22.225549-04:00",
            "created_at": "2023-04-24T13:02:10.783633-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb85427-1c5b-4c3a-97bd-ce0ad721bc88/?format=api"
        },
        {
            "id": "04c24988-1ddc-4456-aaed-743f256a76c1",
            "gambit_id": "1502732f-38bd-4bc7-bd68-4d166ade39e6",
            "last_updated": "2023-04-25T11:42:22.227648-04:00",
            "created_at": "2023-04-24T13:02:10.786735-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb85427-1c5b-4c3a-97bd-ce0ad721bc88/?format=api"
        }
    ]
}