GET /api/bet_types/f79fe18e-cdcb-40bb-aebd-ef7a478c35af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f79fe18e-cdcb-40bb-aebd-ef7a478c35af",
    "match": "https://api-prod.gambitprofit.com/api/matches/c08760b5-3260-410b-889a-111dd4777a33/?format=api",
    "name": "FreeForm",
    "created_at": "2023-02-22T08:57:04.511533-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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "931e2748-c266-42ff-92a5-bfcb0a2b06c0",
            "gambit_id": "f1f896ec-5cd5-4dfb-bad4-e6c07c1efdf4",
            "last_updated": "2023-02-23T09:32:03.019077-05:00",
            "created_at": "2023-02-22T08:57:04.513151-05:00",
            "name": "Even",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79fe18e-cdcb-40bb-aebd-ef7a478c35af/?format=api"
        },
        {
            "id": "3b63c9e7-af57-43fe-a604-c2a731a12511",
            "gambit_id": "925a9c8b-ba57-439c-b6d8-87f4203651b4",
            "last_updated": "2023-02-23T09:32:03.020250-05:00",
            "created_at": "2023-02-22T08:57:04.514656-05:00",
            "name": "Odd",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79fe18e-cdcb-40bb-aebd-ef7a478c35af/?format=api"
        }
    ]
}