GET /api/bet_types/5e91cd5a-e548-4b10-86b1-de1e1075c545/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e91cd5a-e548-4b10-86b1-de1e1075c545",
    "match": "https://api-prod.gambitprofit.com/api/matches/384bcd4d-1da9-4890-91f5-e27409dd2d6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T09:58:12.116692-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": "CHC (J Assad)",
                "amount": 5452.0
            },
            {
                "team": "PIT (B Falter)",
                "amount": 4548.0
            }
        ],
        "expected_reward_tokens": 9595.52,
        "profit_sb": 95.52,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "dacadc15-5e94-46d6-b37c-a1527bb0bc95",
            "gambit_id": "5a593138-f665-4d2f-9a7c-7e5008cd0113",
            "last_updated": "2023-08-29T09:13:27.830042-04:00",
            "created_at": "2023-08-27T09:58:12.121656-04:00",
            "name": "CHC (J Assad)",
            "reward": "1.76000",
            "odds": "1.79370",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e91cd5a-e548-4b10-86b1-de1e1075c545/?format=api"
        },
        {
            "id": "4a103608-a191-4014-a5ed-422cba1b73b4",
            "gambit_id": "8b0fe600-1a49-4625-a56b-c5f2502803cd",
            "last_updated": "2023-08-29T09:13:27.834088-04:00",
            "created_at": "2023-08-27T09:58:12.127101-04:00",
            "name": "PIT (B Falter)",
            "reward": "2.11000",
            "odds": "2.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e91cd5a-e548-4b10-86b1-de1e1075c545/?format=api"
        }
    ]
}