GET /api/bet_types/855ba828-0d67-4aee-abd1-cb6facc427cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "855ba828-0d67-4aee-abd1-cb6facc427cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce1d2bab-dea1-4375-a04c-4955d87c2eee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:09.859179-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": "Dallas Stars",
                "amount": 6100.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "89cdd038-e0d8-4e4d-961b-5b64f7c70fc7",
            "gambit_id": "79c9ec0c-166e-4480-b878-c04e1b5831de",
            "last_updated": "2023-04-20T11:42:16.546790-04:00",
            "created_at": "2023-04-19T12:17:09.861443-04:00",
            "name": "Dallas Stars",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/855ba828-0d67-4aee-abd1-cb6facc427cd/?format=api"
        },
        {
            "id": "9c4f5b01-e478-4f23-8a89-a91f3a9571c1",
            "gambit_id": "981a44f9-1c8a-4fd1-8dec-d9999a54e16a",
            "last_updated": "2023-04-20T11:42:16.548917-04:00",
            "created_at": "2023-04-19T12:17:09.863840-04:00",
            "name": "Minnesota Wild",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/855ba828-0d67-4aee-abd1-cb6facc427cd/?format=api"
        }
    ]
}