GET /api/bet_types/8d27a054-d6a5-4893-af2e-cad8a1e13e75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d27a054-d6a5-4893-af2e-cad8a1e13e75",
    "match": "https://api-prod.gambitprofit.com/api/matches/2db5f84c-ee8a-4e06-ae35-af5002ee3a37/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:08.896496-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e728341-e7c1-49be-b39a-a96da83a2587",
            "gambit_id": "21096383-4f3b-4178-8e2b-1fc5847a2a4b",
            "last_updated": "2023-12-15T11:23:06.630724-05:00",
            "created_at": "2023-12-14T09:28:08.904467-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d27a054-d6a5-4893-af2e-cad8a1e13e75/?format=api"
        },
        {
            "id": "185775b7-d969-42c8-814d-6723b6ebf79c",
            "gambit_id": "49b5c91b-22f9-4963-b2d7-9ab613c9d4a1",
            "last_updated": "2023-12-15T11:23:06.634137-05:00",
            "created_at": "2023-12-14T09:28:08.900088-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d27a054-d6a5-4893-af2e-cad8a1e13e75/?format=api"
        }
    ]
}