GET /api/bet_types/fa7838a7-f1c7-4b6a-a61a-3827e32b8670/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa7838a7-f1c7-4b6a-a61a-3827e32b8670",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d8504cc-4da2-4f0f-8e63-1c76f8976426/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:57.112795-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": "Buffalo Sabres",
                "amount": 5867.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "ede1668f-05b8-4f5b-8191-d97084cdebfd",
            "gambit_id": "0952e51c-ba05-422e-9ab0-01a33bb34ff9",
            "last_updated": "2023-03-22T16:57:04.759163-04:00",
            "created_at": "2023-03-21T09:21:57.114736-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa7838a7-f1c7-4b6a-a61a-3827e32b8670/?format=api"
        },
        {
            "id": "29f391bd-123a-40f6-addb-23b9a5fa2426",
            "gambit_id": "a44424d4-a47b-4e04-9034-fc36797a5184",
            "last_updated": "2023-03-22T16:57:04.761033-04:00",
            "created_at": "2023-03-21T09:21:57.117079-04:00",
            "name": "Nashville Predators",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa7838a7-f1c7-4b6a-a61a-3827e32b8670/?format=api"
        }
    ]
}