GET /api/bet_types/4a98876d-90e2-4ef7-9d36-721f20633778/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a98876d-90e2-4ef7-9d36-721f20633778",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e580ece-0aeb-48db-ae92-baa540ec2a37/?format=api",
    "name": "Play the Odds",
    "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": "Ball State",
                "amount": 5106.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bd3c202-a83d-4d64-b77d-a6fc2c75ebea",
            "gambit_id": "90ea9fbc-af5e-4927-8966-cdd0aa3ef376",
            "last_updated": "2022-10-23T12:52:21.989348-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a98876d-90e2-4ef7-9d36-721f20633778/?format=api"
        },
        {
            "id": "656aeb27-cc97-4fd1-9ae6-90937640d442",
            "gambit_id": "15353487-dfae-404b-b972-c59a71d74aed",
            "last_updated": "2022-10-23T12:52:21.990344-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a98876d-90e2-4ef7-9d36-721f20633778/?format=api"
        }
    ]
}