GET /api/bet_types/4ffaeb66-bf30-4afe-bfef-dfac9be681d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ffaeb66-bf30-4afe-bfef-dfac9be681d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/de88e93a-69a4-48e9-9910-de2a3c7e07cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:54.391527-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "102f7ff0-3733-4719-a215-d6426179daab",
            "gambit_id": "68b5a604-5589-46f2-b83d-3b36c04be10c",
            "last_updated": "2023-01-26T10:57:01.872892-05:00",
            "created_at": "2023-01-25T09:46:54.393956-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ffaeb66-bf30-4afe-bfef-dfac9be681d0/?format=api"
        },
        {
            "id": "43a89a25-d2f9-4ea8-af06-80b0305f0c52",
            "gambit_id": "de4c8a90-5246-42eb-84a5-21161447e275",
            "last_updated": "2023-01-26T10:57:01.871703-05:00",
            "created_at": "2023-01-25T09:46:54.392696-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ffaeb66-bf30-4afe-bfef-dfac9be681d0/?format=api"
        }
    ]
}