GET /api/bet_types/f419b1bc-6ab2-4c40-9ba7-7a1a7fee5ab7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f419b1bc-6ab2-4c40-9ba7-7a1a7fee5ab7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a89eafb-d3e6-49de-87ab-bcc0aef48cbe/?format=api",
    "name": "FreeForm",
    "created_at": "2023-05-18T11:47:14.378152-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2845ca40-85e9-4405-885d-148e5f72585f",
            "gambit_id": "b19faa7d-ac1f-4971-9192-42a98d70b377",
            "last_updated": "2023-05-22T18:07:18.744074-04:00",
            "created_at": "2023-05-18T11:47:14.379584-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f419b1bc-6ab2-4c40-9ba7-7a1a7fee5ab7/?format=api"
        },
        {
            "id": "abe6012c-5b03-4d33-8e7f-311bdb80f9a2",
            "gambit_id": "dc948071-cf88-4bf8-be69-9089cf72fc83",
            "last_updated": "2023-05-22T18:07:18.745370-04:00",
            "created_at": "2023-05-18T11:47:14.381204-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f419b1bc-6ab2-4c40-9ba7-7a1a7fee5ab7/?format=api"
        }
    ]
}