GET /api/bet_types/e099939e-9652-4d4d-b06a-79cb3c7a5460/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e099939e-9652-4d4d-b06a-79cb3c7a5460",
    "match": "https://api-prod.gambitprofit.com/api/matches/20561bbd-fe5d-4855-8b39-f68a755dc5f6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T09:31:52.673963-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "60971c2f-4d01-456b-810a-e72666c41b60",
            "gambit_id": "5c76a549-3948-4730-8e62-8252fdd1df7e",
            "last_updated": "2023-03-18T14:42:05.449521-04:00",
            "created_at": "2023-03-17T09:31:52.675179-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e099939e-9652-4d4d-b06a-79cb3c7a5460/?format=api"
        },
        {
            "id": "63dfbe95-7f2a-49ab-bb8a-a36267c5bd3f",
            "gambit_id": "fa33e782-5a05-4d40-a3cd-6a6ad9cd23fd",
            "last_updated": "2023-03-18T14:42:05.451568-04:00",
            "created_at": "2023-03-17T09:31:52.676442-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e099939e-9652-4d4d-b06a-79cb3c7a5460/?format=api"
        }
    ]
}