GET /api/bet_types/dd2915e3-d3ca-4e8d-b6ee-b42e01263c19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd2915e3-d3ca-4e8d-b6ee-b42e01263c19",
    "match": "https://api-prod.gambitprofit.com/api/matches/03432cbe-ad97-41cf-a161-2f97eb46fa7d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:01.819818-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": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7eebc722-6606-4097-a325-306b35da3d70",
            "gambit_id": "82c8dfca-0b72-4a66-af7e-4c52d99d3221",
            "last_updated": "2023-03-10T09:57:20.971780-05:00",
            "created_at": "2023-03-09T09:02:01.822471-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd2915e3-d3ca-4e8d-b6ee-b42e01263c19/?format=api"
        },
        {
            "id": "6d3b437c-dcdd-40ac-9b99-5c55a6d1749b",
            "gambit_id": "992ccb19-780e-44f2-b86f-06f37889e9d7",
            "last_updated": "2023-03-10T09:57:20.970410-05:00",
            "created_at": "2023-03-09T09:02:01.821134-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd2915e3-d3ca-4e8d-b6ee-b42e01263c19/?format=api"
        }
    ]
}