GET /api/bet_types/ef6cae4c-1f68-4129-9739-e954f18b6365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef6cae4c-1f68-4129-9739-e954f18b6365",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc147d9-0279-423b-b461-02674ae5e541/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:55.719587-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b93b8f75-7621-422e-bb18-2ba72312500f",
            "gambit_id": "3c5c2872-89d5-4d25-b919-055fa0dd0b92",
            "last_updated": "2023-02-12T09:42:13.391004-05:00",
            "created_at": "2023-02-11T09:01:55.720932-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef6cae4c-1f68-4129-9739-e954f18b6365/?format=api"
        },
        {
            "id": "b51a4f9c-03ba-4b28-a360-06a62263483c",
            "gambit_id": "9b93ffcf-2199-4836-81d0-56ef21a8fffb",
            "last_updated": "2023-02-12T09:42:13.392294-05:00",
            "created_at": "2023-02-11T09:01:55.722268-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef6cae4c-1f68-4129-9739-e954f18b6365/?format=api"
        }
    ]
}