GET /api/bet_types/a5c5c327-c360-4134-a27a-a0235ebb2491/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5c5c327-c360-4134-a27a-a0235ebb2491",
    "match": "https://api-prod.gambitprofit.com/api/matches/b75f98a7-11ae-4f3c-ae82-4e0097f9c516/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:09.153930-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbd85d4e-66c0-4dca-b3b4-ec1bf712d1ae",
            "gambit_id": "d01f966b-582f-4ee7-9f05-6e45268d64d8",
            "last_updated": "2023-04-10T14:52:06.853576-04:00",
            "created_at": "2023-04-09T09:27:09.157768-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5c5c327-c360-4134-a27a-a0235ebb2491/?format=api"
        },
        {
            "id": "29596264-8c33-48fc-9f1e-7a72f6fac6fa",
            "gambit_id": "af579df4-d0a9-45fb-bde9-ecf632bc92a4",
            "last_updated": "2023-04-10T14:52:06.850196-04:00",
            "created_at": "2023-04-09T09:27:09.155840-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5c5c327-c360-4134-a27a-a0235ebb2491/?format=api"
        }
    ]
}