GET /api/bet_types/94022051-e99e-4b87-8327-3d2dcab7cfc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94022051-e99e-4b87-8327-3d2dcab7cfc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/da84f849-1842-4fa3-a249-327f726cb26d/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-10T23:23:09.249042-04: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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbd65bdf-09ff-4cad-af10-db3c970bb4a3",
            "gambit_id": "ac56c927-af2d-4dea-a9ed-7d1b36111eaf",
            "last_updated": "2023-09-15T16:38:17.117042-04:00",
            "created_at": "2023-09-10T23:23:09.257431-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94022051-e99e-4b87-8327-3d2dcab7cfc3/?format=api"
        },
        {
            "id": "dd7a352a-6739-4de7-95c4-c4d8c6f91d0f",
            "gambit_id": "f2837efa-a5af-4cd1-9385-266f3796ce33",
            "last_updated": "2023-09-15T16:38:17.120802-04:00",
            "created_at": "2023-09-10T23:23:09.263383-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94022051-e99e-4b87-8327-3d2dcab7cfc3/?format=api"
        }
    ]
}