GET /api/bet_types/dbe6ad97-bd60-479a-bfff-554a792cb9b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbe6ad97-bd60-479a-bfff-554a792cb9b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/35feee1c-a3c2-4228-ab9b-1ec50fd21f47/?format=api",
    "name": "Play the Odds",
    "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": "Army",
                "amount": 5000.0
            },
            {
                "team": "Georgia State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "2e815aae-107f-48c2-907a-373553dcdb06",
            "gambit_id": "95faf50c-2dcc-4853-b992-23daeb433d0e",
            "last_updated": "2022-10-02T15:17:24.074691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbe6ad97-bd60-479a-bfff-554a792cb9b9/?format=api"
        },
        {
            "id": "fd4025bd-1f83-459a-a003-387ee2dba2b0",
            "gambit_id": "9fd97a3a-c393-4d0a-9006-d10f69bf5694",
            "last_updated": "2022-10-02T15:17:24.075662-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbe6ad97-bd60-479a-bfff-554a792cb9b9/?format=api"
        }
    ]
}