GET /api/bet_types/d01f23ec-f3f9-43e1-b4cc-c91b5e19e423/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d01f23ec-f3f9-43e1-b4cc-c91b5e19e423",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bb574f0-0c53-44e3-9cb8-978ce063b019/?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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a9195f6-fc28-4129-a1c7-8391cde0809d",
            "gambit_id": "e9960d03-e58c-42f4-b228-e764eb6f9c00",
            "last_updated": "2022-08-11T10:32:18.057239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d01f23ec-f3f9-43e1-b4cc-c91b5e19e423/?format=api"
        },
        {
            "id": "0cf734ef-1b53-4e36-ac67-fc443e98ff3a",
            "gambit_id": "d30c869e-c8c4-4e7e-9ee5-2f52c6df7465",
            "last_updated": "2022-08-11T10:32:18.057705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d01f23ec-f3f9-43e1-b4cc-c91b5e19e423/?format=api"
        }
    ]
}