GET /api/bet_types/75cba452-3a64-44e5-92f1-47275194f666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75cba452-3a64-44e5-92f1-47275194f666",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9d34b0b-0332-412f-9b6a-050b0a16226b/?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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "398540aa-86b3-42e1-9430-2905aa3fc178",
            "gambit_id": "902c1bc5-1d5a-4086-940e-1ad4b9a1e929",
            "last_updated": "2022-12-06T10:02:00.791962-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/75cba452-3a64-44e5-92f1-47275194f666/?format=api"
        },
        {
            "id": "09188a89-fab2-48c6-bdc3-47f75525d8cf",
            "gambit_id": "b6f0ca4e-59f7-483c-a33a-40aaeca92a95",
            "last_updated": "2022-12-06T10:02:00.790819-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/75cba452-3a64-44e5-92f1-47275194f666/?format=api"
        }
    ]
}