GET /api/bet_types/bd64b267-39bc-486a-b08e-09b665afefa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd64b267-39bc-486a-b08e-09b665afefa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a58b3e55-ebb2-4120-8ea5-f2e17626b928/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:13.833769-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "094100c3-67e2-42e6-8d28-33c4645900c1",
            "gambit_id": "63b59f5c-c911-4632-ae5b-1e7264487000",
            "last_updated": "2023-12-18T10:33:33.159451-05:00",
            "created_at": "2023-12-16T09:23:13.848172-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd64b267-39bc-486a-b08e-09b665afefa5/?format=api"
        },
        {
            "id": "807dafba-91d3-4448-b787-5435d5c56b07",
            "gambit_id": "c55cbbc2-4cf8-4220-abd2-b821e946d945",
            "last_updated": "2023-12-18T10:33:33.149431-05:00",
            "created_at": "2023-12-16T09:23:13.840667-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd64b267-39bc-486a-b08e-09b665afefa5/?format=api"
        }
    ]
}