GET /api/bet_types/da63afa3-2e67-44c4-8a6f-e51e1cc9b3e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da63afa3-2e67-44c4-8a6f-e51e1cc9b3e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/77480344-ef97-42ed-a5c7-3988d9d02d1a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-06T08:38:18.461273-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": 5319.0
            },
            {
                "team": "OAK",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c627c76a-ffb7-4b18-906a-a760bbdc0468",
            "gambit_id": "d514e975-3f8d-4d1c-acc2-e096484945d1",
            "last_updated": "2023-08-07T19:23:07.734645-04:00",
            "created_at": "2023-08-06T08:38:18.467308-04:00",
            "name": "SFO",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da63afa3-2e67-44c4-8a6f-e51e1cc9b3e7/?format=api"
        },
        {
            "id": "78ab0721-5605-4c0a-bfe3-250dc685e456",
            "gambit_id": "44638051-88d9-4420-9a12-bbb9bc4d7757",
            "last_updated": "2023-08-07T19:23:07.737868-04:00",
            "created_at": "2023-08-06T08:38:18.476993-04:00",
            "name": "OAK",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da63afa3-2e67-44c4-8a6f-e51e1cc9b3e7/?format=api"
        }
    ]
}