GET /api/bet_types/e29ca26d-65ed-4c1d-8455-c97c2ba905de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e29ca26d-65ed-4c1d-8455-c97c2ba905de",
    "match": "https://api-prod.gambitprofit.com/api/matches/a453d856-5c34-4b02-8c7b-f349fd661a41/?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": "No",
                "amount": 6575.0
            },
            {
                "team": "Yes",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": -492.25,
        "profit_sb_percentage": -5.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "59f43646-317d-4950-928a-68ef11b9acf5",
            "gambit_id": "45dfe67e-6aa0-46fa-b356-13e7fb497803",
            "last_updated": "2022-10-11T12:12:18.554508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "No",
            "reward": "1.37000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e29ca26d-65ed-4c1d-8455-c97c2ba905de/?format=api"
        },
        {
            "id": "5fd8794b-e810-4f85-9da9-f0d377abc565",
            "gambit_id": "2dd23b0f-5fbf-42d3-9c5b-8b1371fd0238",
            "last_updated": "2022-10-11T12:12:18.555677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Yes",
            "reward": "2.63000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e29ca26d-65ed-4c1d-8455-c97c2ba905de/?format=api"
        }
    ]
}