GET /api/bet_types/0d55711c-8c07-4e37-946d-cdbcdd8c8b5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d55711c-8c07-4e37-946d-cdbcdd8c8b5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d34c6f32-e98c-40e3-889d-c81125f4bb1d/?format=api",
    "name": "FreeForm",
    "created_at": "2023-01-16T09:57:09.587168-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": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ef80814-421c-4a9d-8dcc-cdc4479785a0",
            "gambit_id": "72cb1a19-434b-4381-8269-13f42ef6a9c0",
            "last_updated": "2023-01-17T11:27:19.884926-05:00",
            "created_at": "2023-01-16T09:57:09.589552-05:00",
            "name": "Even",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d55711c-8c07-4e37-946d-cdbcdd8c8b5d/?format=api"
        },
        {
            "id": "879e2ebd-2bde-41ed-9385-486bc42f261c",
            "gambit_id": "670bd089-be9e-4f64-8d86-db14f5b18e44",
            "last_updated": "2023-01-17T11:27:19.886155-05:00",
            "created_at": "2023-01-16T09:57:09.592001-05:00",
            "name": "Odd",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d55711c-8c07-4e37-946d-cdbcdd8c8b5d/?format=api"
        }
    ]
}