GET /api/bet_types/cd332aa3-5887-49ed-a434-eeb39fb1fe13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd332aa3-5887-49ed-a434-eeb39fb1fe13",
    "match": "https://api-prod.gambitprofit.com/api/matches/e73572c9-9258-4e44-a054-eb4a8672da22/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "TAM (D Rasmussen)",
                "amount": 6325.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 3675.0
            }
        ],
        "expected_reward_tokens": 9297.75,
        "profit_sb": 297.75,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "3218d3c4-d9ff-4d04-a0af-07e8f7166328",
            "gambit_id": "22068215-4b21-4bb8-ae7f-15e9e3a121be",
            "last_updated": "2022-08-26T13:02:09.700585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd332aa3-5887-49ed-a434-eeb39fb1fe13/?format=api"
        },
        {
            "id": "c17c4444-b778-483a-ab20-5580127d3bbf",
            "gambit_id": "97ed51a1-b543-447d-9f5a-7e847d397940",
            "last_updated": "2022-08-26T13:02:09.701017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd332aa3-5887-49ed-a434-eeb39fb1fe13/?format=api"
        }
    ]
}