GET /api/bet_types/bc8d5f51-8521-48d1-bb13-3ddc61d49a6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc8d5f51-8521-48d1-bb13-3ddc61d49a6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/90dfa1c2-5e80-4ea9-aa2f-62f106badc9a/?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": "0518ebdf-24cc-4c8d-bb3d-cc219373d4f2",
            "gambit_id": "29748c9b-efc4-4ec9-b7b9-d80529ae1fc2",
            "last_updated": "2022-11-22T10:12:07.695972-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/bc8d5f51-8521-48d1-bb13-3ddc61d49a6b/?format=api"
        },
        {
            "id": "dfb9bbdd-35eb-4585-be64-5f73393b15d7",
            "gambit_id": "b6718f99-c946-4cea-87b0-5a616abdd9bd",
            "last_updated": "2022-11-22T10:12:07.697159-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/bc8d5f51-8521-48d1-bb13-3ddc61d49a6b/?format=api"
        }
    ]
}