GET /api/bet_types/c2f346ae-0bb4-467c-8016-774229fc438e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2f346ae-0bb4-467c-8016-774229fc438e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a17482a-204c-4957-9ba3-b3c19a5e7268/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-18T10:18:22.282168-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9598d9d8-28b3-4fca-a376-366a718934c6",
            "gambit_id": "f723d097-5ed1-41c7-88f7-f2aa34582563",
            "last_updated": "2024-01-19T20:38:12.887847-05:00",
            "created_at": "2024-01-18T10:18:22.287088-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f346ae-0bb4-467c-8016-774229fc438e/?format=api"
        },
        {
            "id": "3b9282f3-14c0-4151-8c6c-07218f6c994e",
            "gambit_id": "74da504e-9842-40b1-be5f-e67ca383c00d",
            "last_updated": "2024-01-19T20:38:12.891401-05:00",
            "created_at": "2024-01-18T10:18:22.292532-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f346ae-0bb4-467c-8016-774229fc438e/?format=api"
        }
    ]
}