GET /api/bet_types/b5e025ef-6819-4a62-952c-b12258459e93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5e025ef-6819-4a62-952c-b12258459e93",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd46cb0a-d30a-4538-bf81-f411d3baaad3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "BIG",
                "amount": 7100.0
            },
            {
                "team": "Mibr",
                "amount": 2900.0
            }
        ],
        "expected_reward_tokens": 8874.0,
        "profit_sb": -126.0,
        "profit_sb_percentage": -1.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "48cf09bf-af11-4911-8e93-95cb45604750",
            "gambit_id": "e645720c-8307-448d-825c-e7732bf28b79",
            "last_updated": "2022-09-11T20:02:05.439794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BIG",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5e025ef-6819-4a62-952c-b12258459e93/?format=api"
        },
        {
            "id": "893b935e-1748-4349-b33f-5659329f8167",
            "gambit_id": "bae89bae-ea46-4492-8d64-9a555c4b3fab",
            "last_updated": "2022-09-11T20:02:05.438733-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mibr",
            "reward": "3.06000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5e025ef-6819-4a62-952c-b12258459e93/?format=api"
        }
    ]
}