GET /api/bet_types/7abbf5bc-5e05-4042-9d56-9fe985d41b46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7abbf5bc-5e05-4042-9d56-9fe985d41b46",
    "match": "https://api-prod.gambitprofit.com/api/matches/e00c78eb-8e2b-486d-963e-d0b9c69523be/?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": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae9fae7b-fdf1-477b-bc69-9d82aa298ffd",
            "gambit_id": "ad7b3efc-45bf-4f3e-9964-04cecb257299",
            "last_updated": "2022-08-30T09:52:21.338237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abbf5bc-5e05-4042-9d56-9fe985d41b46/?format=api"
        },
        {
            "id": "8ccfdca2-30c5-48b1-bdec-6239a85e515d",
            "gambit_id": "872cf12c-1ff6-4d75-bafe-6773ee048888",
            "last_updated": "2022-08-30T09:52:21.338663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abbf5bc-5e05-4042-9d56-9fe985d41b46/?format=api"
        }
    ]
}