GET /api/bet_types/dd3ff566-600a-4b73-9399-52c31138100c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd3ff566-600a-4b73-9399-52c31138100c",
    "match": "https://api-prod.gambitprofit.com/api/matches/eec2458e-fa94-4c1e-8c0d-97506938c9bf/?format=api",
    "name": "FreeForm",
    "created_at": "2023-01-13T11:31:59.583203-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": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3fb55b9-d9b9-4b72-b9f5-5ec3a343b59a",
            "gambit_id": "51e24f33-4e83-4cb6-b668-02f005aa969a",
            "last_updated": "2023-01-16T11:17:17.327002-05:00",
            "created_at": "2023-01-13T11:31:59.584921-05:00",
            "name": "Even",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd3ff566-600a-4b73-9399-52c31138100c/?format=api"
        },
        {
            "id": "0a0ac5b7-5934-4332-b8c7-d4c94bac3b2f",
            "gambit_id": "78a56104-5c33-4c8a-8210-5311ca8a32d9",
            "last_updated": "2023-01-16T11:17:17.330145-05:00",
            "created_at": "2023-01-13T11:31:59.586684-05:00",
            "name": "Odd",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd3ff566-600a-4b73-9399-52c31138100c/?format=api"
        }
    ]
}