GET /api/bet_types/f75fdb7d-ae1b-428e-85a1-e25e0681b5c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f75fdb7d-ae1b-428e-85a1-e25e0681b5c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdcc13ce-2ce6-4bf1-b570-98165a2965b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T11:36:57.206553-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": "Creighton",
                "amount": 5000.0
            },
            {
                "team": "Princeton",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "01aa07df-5200-4d54-a953-d3e10298af2a",
            "gambit_id": "fdba073c-9f90-45ab-b5c4-e04e380fcfc2",
            "last_updated": "2023-03-26T13:37:02.643528-04:00",
            "created_at": "2023-03-20T11:36:57.209358-04:00",
            "name": "Creighton",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f75fdb7d-ae1b-428e-85a1-e25e0681b5c4/?format=api"
        },
        {
            "id": "5d038f79-42e7-4341-810d-371e66f6734a",
            "gambit_id": "1c83a7e4-84af-42d4-af75-2d4e6c6e1a6a",
            "last_updated": "2023-03-26T13:37:02.645641-04:00",
            "created_at": "2023-03-20T11:36:57.211838-04:00",
            "name": "Princeton",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f75fdb7d-ae1b-428e-85a1-e25e0681b5c4/?format=api"
        }
    ]
}