GET /api/bet_types/12cf5dc9-3e78-4dc8-be46-6121a063ed2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12cf5dc9-3e78-4dc8-be46-6121a063ed2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/439c745a-3740-4034-8f36-8ed17d4f1ede/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:16.212398-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": "ATL",
                "amount": 6020.0
            },
            {
                "team": "STL",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3abba55-a985-448b-bf4c-c66985252184",
            "gambit_id": "bd8a93da-4b7e-46ff-a33e-cc11eee16b5f",
            "last_updated": "2023-04-05T09:41:59.203741-04:00",
            "created_at": "2023-04-04T09:32:16.215199-04:00",
            "name": "ATL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12cf5dc9-3e78-4dc8-be46-6121a063ed2a/?format=api"
        },
        {
            "id": "28568936-cbcb-4ac4-a3d8-afe35cce4a29",
            "gambit_id": "1abe36a6-2d03-488f-9eee-80272348fb7d",
            "last_updated": "2023-04-05T09:41:59.202163-04:00",
            "created_at": "2023-04-04T09:32:16.213745-04:00",
            "name": "STL",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12cf5dc9-3e78-4dc8-be46-6121a063ed2a/?format=api"
        }
    ]
}