GET /api/bet_types/6a778439-bfaf-45af-88e7-b41e473329e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a778439-bfaf-45af-88e7-b41e473329e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b26fa2b7-4c45-468d-b3f1-8d46e9f30781/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:01.527260-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": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "59996008-3276-4e4c-a3bc-18b44e153810",
            "gambit_id": "c320a819-ba43-4ae7-b796-63508a475bf6",
            "last_updated": "2023-03-10T09:57:22.321990-05:00",
            "created_at": "2023-03-09T09:02:01.529831-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a778439-bfaf-45af-88e7-b41e473329e1/?format=api"
        },
        {
            "id": "c3262daf-de54-4469-b086-d2b73d952afc",
            "gambit_id": "9f6b0669-a8ea-4fb4-841b-86266e7bb546",
            "last_updated": "2023-03-10T09:57:22.320724-05:00",
            "created_at": "2023-03-09T09:02:01.528553-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a778439-bfaf-45af-88e7-b41e473329e1/?format=api"
        }
    ]
}