GET /api/bet_types/b43abd2b-6558-45e2-878a-e051fac55c18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b43abd2b-6558-45e2-878a-e051fac55c18",
    "match": "https://api-prod.gambitprofit.com/api/matches/3838b5d5-3654-476e-8ee2-3da70e5f05f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T10:23:05.035418-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": "Bryan Battle",
                "amount": 6402.0
            },
            {
                "team": "A.J. Fletcher",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2720f4a-827c-4fd8-b647-57d40a15b39a",
            "gambit_id": "fcf5b622-aab6-4efd-b249-3dd30cfa789a",
            "last_updated": "2023-09-25T14:38:18.693838-04:00",
            "created_at": "2023-09-23T10:23:05.043906-04:00",
            "name": "Bryan Battle",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b43abd2b-6558-45e2-878a-e051fac55c18/?format=api"
        },
        {
            "id": "bcdb5275-b824-47dd-9aa3-b445f3e852ca",
            "gambit_id": "76930d94-3b75-4b21-866a-1216d8e5760e",
            "last_updated": "2023-09-25T14:38:18.690458-04:00",
            "created_at": "2023-09-23T10:23:05.039334-04:00",
            "name": "A.J. Fletcher",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b43abd2b-6558-45e2-878a-e051fac55c18/?format=api"
        }
    ]
}