GET /api/bet_types/18813ebc-b853-4e24-aade-9f13f3212a8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18813ebc-b853-4e24-aade-9f13f3212a8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ab6bc1-f9b0-434b-93c2-bbda2f222aa6/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-26T00:32:08.401295-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": "Los Angeles Chargers",
                "amount": 5098.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1c444be-6e10-47dc-81a2-29838bc31cc4",
            "gambit_id": "6e126301-e8d1-4913-84dc-dd8bd3b139f3",
            "last_updated": "2022-12-27T10:32:09.254513-05:00",
            "created_at": "2022-12-26T00:32:08.405949-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18813ebc-b853-4e24-aade-9f13f3212a8f/?format=api"
        },
        {
            "id": "73a856f8-591e-4eb4-a7df-3edd21cf8206",
            "gambit_id": "74880ad9-ad83-49d2-8fe7-10f40b914e6b",
            "last_updated": "2022-12-27T10:32:09.253422-05:00",
            "created_at": "2022-12-26T00:32:08.402464-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18813ebc-b853-4e24-aade-9f13f3212a8f/?format=api"
        }
    ]
}