GET /api/bet_types/288b9c57-4cb8-4aa2-8f81-d7344d9e961a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "288b9c57-4cb8-4aa2-8f81-d7344d9e961a",
    "match": "https://api-prod.gambitprofit.com/api/matches/67d34665-7bf1-491b-a1bc-f4c39f0f5933/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:11.317325-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": "Vegas Golden Knights",
                "amount": 6324.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3baf3a2-80b6-4bb6-8aea-4f0239dd5ba9",
            "gambit_id": "47e28256-e333-4516-a07a-1f1395d4da34",
            "last_updated": "2024-02-07T01:53:02.813790-05:00",
            "created_at": "2024-02-06T09:08:11.325449-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/288b9c57-4cb8-4aa2-8f81-d7344d9e961a/?format=api"
        },
        {
            "id": "90cf1c5c-77c5-4184-9920-305701bdfea2",
            "gambit_id": "574d1c66-1c4f-4ab2-b754-9ca5d8db0d57",
            "last_updated": "2024-02-07T01:53:02.810187-05:00",
            "created_at": "2024-02-06T09:08:11.320566-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/288b9c57-4cb8-4aa2-8f81-d7344d9e961a/?format=api"
        }
    ]
}