GET /api/bet_types/5d8bf92e-86a4-4c5a-8c66-d70e8552c0bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8bf92e-86a4-4c5a-8c66-d70e8552c0bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/107523f0-1031-4ae8-aa7a-c615b5d5aea7/?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": "SFO",
                "amount": 6108.0
            },
            {
                "team": "COL",
                "amount": 3892.0
            }
        ],
        "expected_reward_tokens": 9223.08,
        "profit_sb": 223.08,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "9fbdf72b-3458-4318-8322-4cc5a5143e0c",
            "gambit_id": "21f2aa84-0cd6-499b-9295-e8866765c5a1",
            "last_updated": "2022-09-21T16:11:56.144291-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8bf92e-86a4-4c5a-8c66-d70e8552c0bf/?format=api"
        },
        {
            "id": "0e4d8d41-9d46-4672-94a1-2fe4c12b0531",
            "gambit_id": "f128af55-c17b-4f08-8d4f-16fc30636f73",
            "last_updated": "2022-09-21T16:11:56.142988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.37000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8bf92e-86a4-4c5a-8c66-d70e8552c0bf/?format=api"
        }
    ]
}