GET /api/bet_types/28790c12-676b-4696-b24e-9ce324736efe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28790c12-676b-4696-b24e-9ce324736efe",
    "match": "https://api-prod.gambitprofit.com/api/matches/c16f29e8-8464-4ad1-a9c3-ad4c00cca085/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-06T08:43:17.801607-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": "LOS (J Urias)",
                "amount": 6434.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5c6ce7b-35b5-454f-b574-04ea9c1c7d49",
            "gambit_id": "9011cb23-ca54-49d9-8671-f8f65b24d4eb",
            "last_updated": "2023-07-08T09:38:29.826175-04:00",
            "created_at": "2023-07-06T08:43:17.804874-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28790c12-676b-4696-b24e-9ce324736efe/?format=api"
        },
        {
            "id": "a02afa56-b438-49a9-91b9-d4c49692cb85",
            "gambit_id": "afd7e29e-6522-42a9-9b27-4f53b2326c3b",
            "last_updated": "2023-07-08T09:38:29.823164-04:00",
            "created_at": "2023-07-06T08:43:17.803212-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28790c12-676b-4696-b24e-9ce324736efe/?format=api"
        }
    ]
}