GET /api/bet_types/ef6f6237-f552-47fe-a71b-ebea46b7fd38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef6f6237-f552-47fe-a71b-ebea46b7fd38",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e26f17c-69db-4515-8b5d-0eba04e0e77d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T08:33:12.501716-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": "BOS (B Bello)",
                "amount": 5117.0
            },
            {
                "team": "HOU (J France)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "f752998c-159c-47c9-9a52-bf75a3dc7708",
            "gambit_id": "eef92c69-cfda-46cb-b1fd-c1bfa4c0ce9c",
            "last_updated": "2023-08-30T13:32:57.784614-04:00",
            "created_at": "2023-08-29T08:33:12.513340-04:00",
            "name": "BOS (B Bello)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef6f6237-f552-47fe-a71b-ebea46b7fd38/?format=api"
        },
        {
            "id": "a21f4d78-ee84-4ff7-94b5-9fd0c80f3f64",
            "gambit_id": "cd2a26de-ba44-45e5-8f83-5d64b1a3c93e",
            "last_updated": "2023-08-30T13:32:57.781249-04:00",
            "created_at": "2023-08-29T08:33:12.509246-04:00",
            "name": "HOU (J France)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef6f6237-f552-47fe-a71b-ebea46b7fd38/?format=api"
        }
    ]
}