GET /api/bet_types/3b299560-0f68-4e8a-bc16-50506b119409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b299560-0f68-4e8a-bc16-50506b119409",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cf55526-1076-49a5-8ea8-df03915e71af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:02.278055-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": "Los Angeles Lakers",
                "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": "a03cabd1-2019-4857-94ad-8bb07f6062aa",
            "gambit_id": "99177c22-a5e3-4d9a-b9bb-a295cd12abe4",
            "last_updated": "2023-04-23T18:32:09.586039-04:00",
            "created_at": "2023-04-22T13:07:02.281136-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b299560-0f68-4e8a-bc16-50506b119409/?format=api"
        },
        {
            "id": "55c4e2ee-d3a7-4a00-9f1c-264ecaf9917d",
            "gambit_id": "3cbb8a89-244f-45a9-a1bf-e302f55c538d",
            "last_updated": "2023-04-23T18:32:09.588060-04:00",
            "created_at": "2023-04-22T13:07:02.284288-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b299560-0f68-4e8a-bc16-50506b119409/?format=api"
        }
    ]
}