GET /api/bet_types/445a8d02-867b-47fe-aaaa-1c43832fe3b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "445a8d02-867b-47fe-aaaa-1c43832fe3b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/325a464d-7c25-4b4e-8ed2-4a5b2411c591/?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": "Calgary Flames",
                "amount": 7221.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "b29c7789-eaa3-41d1-a771-31cb0c6cd5bd",
            "gambit_id": "0a298359-ac06-4e07-9fb8-de775d55d3ef",
            "last_updated": "2022-10-21T20:42:21.787594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/445a8d02-867b-47fe-aaaa-1c43832fe3b1/?format=api"
        },
        {
            "id": "887f43e0-7936-4c12-9be1-00b2beb233b0",
            "gambit_id": "5e07c7d6-eef1-47d8-aae3-97aeecbc832d",
            "last_updated": "2022-10-21T20:42:21.788553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/445a8d02-867b-47fe-aaaa-1c43832fe3b1/?format=api"
        }
    ]
}