GET /api/bet_types/ecc14ab0-88f7-4ef1-8b69-36ff09c92e02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecc14ab0-88f7-4ef1-8b69-36ff09c92e02",
    "match": "https://api-prod.gambitprofit.com/api/matches/d178a34d-f48f-4a15-928b-686265942955/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T22:23:05.795737-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": "Mayra Bueno Silva",
                "amount": 5864.0
            },
            {
                "team": "Raquel Pennington",
                "amount": 4136.0
            }
        ],
        "expected_reward_tokens": 9264.64,
        "profit_sb": -235.36,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "8059c536-10d9-47db-8bbe-be28ad055795",
            "gambit_id": "8281cf79-e822-4022-9a48-35a0011592da",
            "last_updated": "2024-01-23T18:38:22.540773-05:00",
            "created_at": "2024-01-19T22:23:05.803785-05:00",
            "name": "Mayra Bueno Silva",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc14ab0-88f7-4ef1-8b69-36ff09c92e02/?format=api"
        },
        {
            "id": "e0aef9cc-1d54-4462-94b6-917f3ab4e7a4",
            "gambit_id": "3601c23c-d2d1-4558-94d8-385e30835752",
            "last_updated": "2024-01-23T18:38:22.537458-05:00",
            "created_at": "2024-01-19T22:23:05.799581-05:00",
            "name": "Raquel Pennington",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc14ab0-88f7-4ef1-8b69-36ff09c92e02/?format=api"
        }
    ]
}