GET /api/bet_types/68890e1f-b8eb-45b0-b843-dcf0b868a437/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68890e1f-b8eb-45b0-b843-dcf0b868a437",
    "match": "https://api-prod.gambitprofit.com/api/matches/895f9b8a-676a-4d68-97b3-a0bcdd8df22d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:03:25.376724-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 Lakers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "315ef434-3783-4990-aa68-9043fcf2f245",
            "gambit_id": "4241df47-f477-471f-a1cf-2285236d6576",
            "last_updated": "2024-01-09T10:38:20.498620-05:00",
            "created_at": "2024-01-07T09:03:25.385419-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68890e1f-b8eb-45b0-b843-dcf0b868a437/?format=api"
        },
        {
            "id": "d2db66a1-80a8-45cc-bb3b-4b27269d607e",
            "gambit_id": "da1717bf-f85c-447c-8e14-bfe46ba9f36d",
            "last_updated": "2024-01-09T10:38:20.491714-05:00",
            "created_at": "2024-01-07T09:03:25.380951-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68890e1f-b8eb-45b0-b843-dcf0b868a437/?format=api"
        }
    ]
}