GET /api/bet_types/9275aa61-028d-4647-a2b7-e24e8b41a388/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9275aa61-028d-4647-a2b7-e24e8b41a388",
    "match": "https://api-prod.gambitprofit.com/api/matches/6844fd74-d151-4c99-84c6-18a37fa74f43/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:16.570246-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6345412-c209-43be-892f-fad904a9548d",
            "gambit_id": "637e12ae-911f-4970-9983-05bf410db509",
            "last_updated": "2023-11-03T10:33:05.163223-04:00",
            "created_at": "2023-11-01T09:08:16.575131-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9275aa61-028d-4647-a2b7-e24e8b41a388/?format=api"
        },
        {
            "id": "36ede943-60db-4e0a-96ba-3ab09fb5ab00",
            "gambit_id": "53f6b61f-3668-426f-8fb8-b5ee264008c9",
            "last_updated": "2023-11-03T10:33:05.166576-04:00",
            "created_at": "2023-11-01T09:08:16.579913-04:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9275aa61-028d-4647-a2b7-e24e8b41a388/?format=api"
        }
    ]
}