GET /api/bet_types/ce5a2547-289b-4582-92a6-93ca7144a776/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce5a2547-289b-4582-92a6-93ca7144a776",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3bacbcf-17c8-4593-b165-6b43f9e88444/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-25T09:33:16.466394-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "47f7e66a-0f8f-487b-8a18-821892f4e8f5",
            "gambit_id": "08dbce37-0355-4636-b325-c0e144eab79f",
            "last_updated": "2023-12-26T20:23:07.684259-05:00",
            "created_at": "2023-12-25T09:33:16.472155-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5a2547-289b-4582-92a6-93ca7144a776/?format=api"
        },
        {
            "id": "e1d56cb2-b7e5-49e5-99e9-8aca18e70ada",
            "gambit_id": "c49d503a-4b98-453b-a7c9-3ea698aff314",
            "last_updated": "2023-12-26T20:23:07.687947-05:00",
            "created_at": "2023-12-25T09:33:16.478499-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5a2547-289b-4582-92a6-93ca7144a776/?format=api"
        }
    ]
}