GET /api/bet_types/02b2b7ef-e40e-45de-9637-8b34b9fef16c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02b2b7ef-e40e-45de-9637-8b34b9fef16c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a045a745-46ce-4807-9a56-1fe1e7c6c15b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:09.859571-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": "TAM",
                "amount": 5512.0
            },
            {
                "team": "COL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b512f951-c7d5-4c00-8483-afa3b692b6d8",
            "gambit_id": "b4de71ca-4332-4e08-8c6e-1f019faea006",
            "last_updated": "2023-08-23T11:08:24.874868-04:00",
            "created_at": "2023-08-22T08:23:09.877121-04:00",
            "name": "TAM",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02b2b7ef-e40e-45de-9637-8b34b9fef16c/?format=api"
        },
        {
            "id": "c3f698b8-b119-41ef-aa51-d71d11fdc956",
            "gambit_id": "d701cfa3-b94f-43ae-9d63-63eab65f084d",
            "last_updated": "2023-08-23T11:08:24.871380-04:00",
            "created_at": "2023-08-22T08:23:09.863693-04:00",
            "name": "COL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02b2b7ef-e40e-45de-9637-8b34b9fef16c/?format=api"
        }
    ]
}