GET /api/bet_types/8c6645aa-79ef-4288-b00a-d448c4b862b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c6645aa-79ef-4288-b00a-d448c4b862b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/66a15c23-21a4-43d1-bac5-c1f036b39efc/?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": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "462387c9-1454-478d-9ee4-3b8d8e66b8b9",
            "gambit_id": "ed27ba35-973e-408b-bb3f-b9134366b3a9",
            "last_updated": "2022-09-01T13:47:08.402982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6645aa-79ef-4288-b00a-d448c4b862b0/?format=api"
        },
        {
            "id": "f5eb1786-9f77-427a-8d12-067d038c5806",
            "gambit_id": "b435ad01-999f-4b4f-a579-834d0c5cf41a",
            "last_updated": "2022-09-01T13:47:08.403501-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6645aa-79ef-4288-b00a-d448c4b862b0/?format=api"
        }
    ]
}