GET /api/bet_types/91b1e95b-c496-4764-9c4a-94776299dedd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91b1e95b-c496-4764-9c4a-94776299dedd",
    "match": "https://api-prod.gambitprofit.com/api/matches/950173ca-50a4-490f-bf95-e9d1915d5d71/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:58.730816-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": "Dallas Mavericks",
                "amount": 5107.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c9f990f-3eaf-422d-9060-079d037c865b",
            "gambit_id": "f16abe6b-7e1a-4198-9102-f2b6aabccd61",
            "last_updated": "2024-01-08T14:38:12.439246-05:00",
            "created_at": "2024-01-05T09:32:58.739044-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b1e95b-c496-4764-9c4a-94776299dedd/?format=api"
        },
        {
            "id": "27a7b286-de01-453c-b6ac-6760af65f0c7",
            "gambit_id": "96fc1334-343c-4256-9b2d-a14d78b4d342",
            "last_updated": "2024-01-08T14:38:12.435269-05:00",
            "created_at": "2024-01-05T09:32:58.735257-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b1e95b-c496-4764-9c4a-94776299dedd/?format=api"
        }
    ]
}