GET /api/bet_types/260e6b22-6e43-404a-837b-4066d1023cc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "260e6b22-6e43-404a-837b-4066d1023cc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc5233b3-d272-44e8-8aa9-2627d2f661e3/?format=api",
    "name": "FreeForm",
    "created_at": "1969-12-31T19:00:00-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3fb5b49-94d4-4baf-9069-248802e9b1f2",
            "gambit_id": "1e733310-43b5-4e15-be38-43dc6a861f87",
            "last_updated": "2022-12-15T12:17:17.449880-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260e6b22-6e43-404a-837b-4066d1023cc0/?format=api"
        },
        {
            "id": "6e8b5138-c8a8-43a4-ba8b-f3bf3960ed5f",
            "gambit_id": "5494622f-39c1-4080-beca-f01b987002f3",
            "last_updated": "2022-12-15T12:17:17.448838-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260e6b22-6e43-404a-837b-4066d1023cc0/?format=api"
        }
    ]
}