GET /api/bet_types/d4f6c85c-da71-4486-9e3f-650959ba5c82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4f6c85c-da71-4486-9e3f-650959ba5c82",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcd4e189-281d-4cbf-979b-64ee4fa8ea51/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-27T10:47:01.443298-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": "SFO",
                "amount": 6547.0
            },
            {
                "team": "MIL",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "5279252a-6d82-4620-89a8-c6a4d0773c03",
            "gambit_id": "37fe42ca-5a5e-4c92-9b2c-cc723dc3944a",
            "last_updated": "2023-05-29T11:47:18.344564-04:00",
            "created_at": "2023-05-27T10:47:01.445916-04:00",
            "name": "SFO",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f6c85c-da71-4486-9e3f-650959ba5c82/?format=api"
        },
        {
            "id": "944fbeb7-0c6f-48c4-ad76-fbfeef86d310",
            "gambit_id": "1b813a1d-593b-4826-b5c6-c0f6cc2fb077",
            "last_updated": "2023-05-29T11:47:18.346584-04:00",
            "created_at": "2023-05-27T10:47:01.449815-04:00",
            "name": "MIL",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f6c85c-da71-4486-9e3f-650959ba5c82/?format=api"
        }
    ]
}