GET /api/bet_types/067d31ea-6eff-46c1-9a15-62ebd2a00af9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "067d31ea-6eff-46c1-9a15-62ebd2a00af9",
    "match": "https://api-prod.gambitprofit.com/api/matches/59c57c43-898e-457f-b5b9-a4a2df524988/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:02.931121-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": "COL",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a44b9c6-4d4c-4323-b7d3-c016cc644b47",
            "gambit_id": "324e460f-5225-4795-9171-e3e3807bfff4",
            "last_updated": "2023-09-18T22:48:07.190193-04:00",
            "created_at": "2023-09-17T10:28:02.936077-04:00",
            "name": "SFO",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/067d31ea-6eff-46c1-9a15-62ebd2a00af9/?format=api"
        },
        {
            "id": "bd3c47d7-62a3-4190-8035-37c33cc1fa5c",
            "gambit_id": "65376238-bbba-4160-a8a6-5487e35f4781",
            "last_updated": "2023-09-18T22:48:07.193672-04:00",
            "created_at": "2023-09-17T10:28:02.946923-04:00",
            "name": "COL",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/067d31ea-6eff-46c1-9a15-62ebd2a00af9/?format=api"
        }
    ]
}