GET /api/bet_types/a7f2a924-3177-4234-9ed1-f4fa66ac73cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7f2a924-3177-4234-9ed1-f4fa66ac73cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/c85f4179-9ca2-4f0d-83ab-8517541558e2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:48.451094-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": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "513d98a1-9300-434e-9322-ab511f1e0ea7",
            "gambit_id": "637f44b6-7637-4801-975c-7a43e65d716c",
            "last_updated": "2023-04-01T10:17:07.189191-04:00",
            "created_at": "2023-03-31T09:56:48.454846-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f2a924-3177-4234-9ed1-f4fa66ac73cf/?format=api"
        },
        {
            "id": "7dd30b2e-1985-4169-9419-6ac7ee4df40b",
            "gambit_id": "bc312065-bb04-4cda-ab22-480dfb04a3ea",
            "last_updated": "2023-04-01T10:17:07.187415-04:00",
            "created_at": "2023-03-31T09:56:48.452980-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f2a924-3177-4234-9ed1-f4fa66ac73cf/?format=api"
        }
    ]
}