GET /api/bet_types/fef10fbe-a4f8-450f-b725-035de29fce9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fef10fbe-a4f8-450f-b725-035de29fce9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e24883a-a911-4fcb-b2e7-191c99a5f08e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-25T08:58:20.815345-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": 6090.0
            },
            {
                "team": "SDG",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cd0e1c6-73c9-492e-aad6-71ef1bce6450",
            "gambit_id": "939ae66e-821d-4b71-9b7a-52af8f86cd16",
            "last_updated": "2023-09-26T10:03:07.254315-04:00",
            "created_at": "2023-09-25T08:58:20.823230-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef10fbe-a4f8-450f-b725-035de29fce9c/?format=api"
        },
        {
            "id": "88b639f6-b939-4fd1-9c77-1bef31939029",
            "gambit_id": "1005a5ab-38a4-4e60-a7c5-983502f8b3ae",
            "last_updated": "2023-09-26T10:03:07.250305-04:00",
            "created_at": "2023-09-25T08:58:20.818754-04:00",
            "name": "SDG",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef10fbe-a4f8-450f-b725-035de29fce9c/?format=api"
        }
    ]
}