GET /api/bet_types/3d57378c-7822-41d1-94b2-bd05428ca512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d57378c-7822-41d1-94b2-bd05428ca512",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3e53cb3-05e4-49fa-b004-04f294218822/?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": "Marshall",
                "amount": 5984.0
            },
            {
                "team": "Old Dominion",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "db60a808-2c08-4141-ba7b-322526374a02",
            "gambit_id": "8f79d057-d0d3-47c8-bfb0-16e86a1a6af6",
            "last_updated": "2022-11-06T08:58:17.327928-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d57378c-7822-41d1-94b2-bd05428ca512/?format=api"
        },
        {
            "id": "67b70f45-f1eb-4e87-b1c4-58882ec7e20c",
            "gambit_id": "57661bb9-5321-4188-8877-96090d6522bf",
            "last_updated": "2022-11-06T08:58:17.326966-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d57378c-7822-41d1-94b2-bd05428ca512/?format=api"
        }
    ]
}