GET /api/bet_types/b7b7cf5b-1e47-4a9f-8f1f-e80c131f6e9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7b7cf5b-1e47-4a9f-8f1f-e80c131f6e9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7470c99-22b8-4fb9-9fb9-dcce0d2717a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:22.018029-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": 6241.0
            },
            {
                "team": "CWS",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "452a70b5-fde9-4718-a6cd-040f2cb7fa80",
            "gambit_id": "b204d3a6-7bfb-4eb3-a90e-5cd4916dbf24",
            "last_updated": "2023-04-06T11:32:08.537247-04:00",
            "created_at": "2023-04-05T09:22:22.022728-04:00",
            "name": "SFO",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7b7cf5b-1e47-4a9f-8f1f-e80c131f6e9e/?format=api"
        },
        {
            "id": "aa8df359-bd83-42df-a0ae-25f87a8d41ee",
            "gambit_id": "4a54df93-e7a1-467c-ab47-d52948cefcef",
            "last_updated": "2023-04-06T11:32:08.534786-04:00",
            "created_at": "2023-04-05T09:22:22.020278-04:00",
            "name": "CWS",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7b7cf5b-1e47-4a9f-8f1f-e80c131f6e9e/?format=api"
        }
    ]
}