GET /api/bet_types/9d7bf799-5b54-4ca7-a4e2-c14684a9d487/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d7bf799-5b54-4ca7-a4e2-c14684a9d487",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c615628-0036-4488-905e-95b112a4f6fd/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-02T09:43:00.389575-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9479c63-21c3-47e3-ba22-58718c68f388",
            "gambit_id": "8f2af9cc-0d93-4aca-9af9-1c05f7f7672c",
            "last_updated": "2024-01-03T20:22:55.068405-05:00",
            "created_at": "2024-01-02T09:43:00.394150-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7bf799-5b54-4ca7-a4e2-c14684a9d487/?format=api"
        },
        {
            "id": "175f7897-845c-4151-a3f9-84c7800f4b2d",
            "gambit_id": "929192a1-12f2-4b67-9b45-447551626bdd",
            "last_updated": "2024-01-03T20:22:55.071808-05:00",
            "created_at": "2024-01-02T09:43:00.399171-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7bf799-5b54-4ca7-a4e2-c14684a9d487/?format=api"
        }
    ]
}