GET /api/bet_types/c763a98a-648b-47a8-a882-c82bd37cdbb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c763a98a-648b-47a8-a882-c82bd37cdbb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ff3de79-44dc-490d-9b55-814d1694e88f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:02:14.195818-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 (A Desclafani)",
                "amount": 5325.0
            },
            {
                "team": "MIA (S Alcantara)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a4da76d-68b0-44a5-b329-3ad1fdb3e4ac",
            "gambit_id": "c93ae1b9-5006-473c-91df-9144ff4d097a",
            "last_updated": "2023-05-20T10:52:04.622051-04:00",
            "created_at": "2023-05-19T11:02:14.197226-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c763a98a-648b-47a8-a882-c82bd37cdbb1/?format=api"
        },
        {
            "id": "9fd45388-3b58-422c-b935-06a76b45ab89",
            "gambit_id": "7bc54395-98d7-4363-bd53-19970a420ced",
            "last_updated": "2023-05-20T10:52:04.623522-04:00",
            "created_at": "2023-05-19T11:02:14.198627-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c763a98a-648b-47a8-a882-c82bd37cdbb1/?format=api"
        }
    ]
}