GET /api/bet_types/47d28e09-a3c0-4ecb-8ac1-f13c4aec201f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47d28e09-a3c0-4ecb-8ac1-f13c4aec201f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0148114a-458c-42b6-99e4-8c249b322bb1/?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": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "873633c4-6dee-48b1-a6f9-458935229cf5",
            "gambit_id": "d6ae0221-96b8-4e3e-9f7f-a320ab8586da",
            "last_updated": "2022-08-18T10:36:55.450402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47d28e09-a3c0-4ecb-8ac1-f13c4aec201f/?format=api"
        },
        {
            "id": "3e854e9f-f0f3-4982-bec5-1400d0f8dedc",
            "gambit_id": "c404f9f9-3125-40fb-aa1f-0dcf78f2c843",
            "last_updated": "2022-08-18T10:36:55.450913-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47d28e09-a3c0-4ecb-8ac1-f13c4aec201f/?format=api"
        }
    ]
}