GET /api/bet_types/8ffe9d5b-8ab2-489d-80d9-e3d1ea393615/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ffe9d5b-8ab2-489d-80d9-e3d1ea393615",
    "match": "https://api-prod.gambitprofit.com/api/matches/090788e1-181a-4a3a-85cb-31c84cb31b81/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:06.744605-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": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d27942ef-48c8-4b29-9d28-6a319aec8965",
            "gambit_id": "64fd320c-3475-4241-9315-8d7b9eba8d31",
            "last_updated": "2023-01-30T17:46:56.755267-05:00",
            "created_at": "2023-01-28T09:42:06.745767-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffe9d5b-8ab2-489d-80d9-e3d1ea393615/?format=api"
        },
        {
            "id": "04d63ad9-902f-4934-8afa-a93d990d80f7",
            "gambit_id": "e4cd4643-fe37-4012-85a0-6655683fac16",
            "last_updated": "2023-01-30T17:46:56.756579-05:00",
            "created_at": "2023-01-28T09:42:06.747018-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffe9d5b-8ab2-489d-80d9-e3d1ea393615/?format=api"
        }
    ]
}