GET /api/bet_types/a79f18b5-92d0-4ee0-bba5-87db69dda9a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a79f18b5-92d0-4ee0-bba5-87db69dda9a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd6726c6-53e5-4d7b-9dc6-5b8c4250f372/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:17.854208-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": "Edmonton Oilers",
                "amount": 6232.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f48d593-e4cd-4fba-bd24-16bd840f71a2",
            "gambit_id": "87a85a41-5e9c-4e3a-b48b-f477481b43f0",
            "last_updated": "2024-01-23T20:18:20.325052-05:00",
            "created_at": "2024-01-20T05:38:17.858150-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a79f18b5-92d0-4ee0-bba5-87db69dda9a8/?format=api"
        },
        {
            "id": "764a19c0-bbf3-4246-bf48-c696fad2b46d",
            "gambit_id": "297bd6d2-fceb-40ea-9a91-49360770a074",
            "last_updated": "2024-01-23T20:18:20.329154-05:00",
            "created_at": "2024-01-20T05:38:17.863036-05:00",
            "name": "Calgary Flames",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a79f18b5-92d0-4ee0-bba5-87db69dda9a8/?format=api"
        }
    ]
}