GET /api/bet_types/1e8f43b7-90c3-4790-96a5-f6f279748262/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e8f43b7-90c3-4790-96a5-f6f279748262",
    "match": "https://api-prod.gambitprofit.com/api/matches/425a88e2-a85a-4fb9-93d1-ab57f16fcbf0/?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": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e36b5bf-3ade-4531-a5ec-28099c17acb6",
            "gambit_id": "5392da44-94fd-4e68-94c7-461e8bede13c",
            "last_updated": "2022-11-15T11:53:25.293736-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/1e8f43b7-90c3-4790-96a5-f6f279748262/?format=api"
        },
        {
            "id": "15c6cc12-fb55-4725-ae70-e1bda370fd47",
            "gambit_id": "992252e9-5a96-4d24-a39a-7937256c1a4f",
            "last_updated": "2022-11-15T11:53:25.294778-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/1e8f43b7-90c3-4790-96a5-f6f279748262/?format=api"
        }
    ]
}