GET /api/bet_types/0042b9e5-4d79-4623-9923-75cdbe645e07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0042b9e5-4d79-4623-9923-75cdbe645e07",
    "match": "https://api-prod.gambitprofit.com/api/matches/91211a28-8481-44f9-b21b-5a2132fec47d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:09.116917-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": "MIN",
                "amount": 5319.0
            },
            {
                "team": "COL",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c298b9cc-f190-41fa-80db-12eff18b4904",
            "gambit_id": "07ef605c-b643-413a-a94e-b78e5021b3a5",
            "last_updated": "2023-09-30T10:48:11.388348-04:00",
            "created_at": "2023-09-29T09:23:09.120766-04:00",
            "name": "MIN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0042b9e5-4d79-4623-9923-75cdbe645e07/?format=api"
        },
        {
            "id": "d0982663-aca5-4de7-9aa7-2e8d55c6b49c",
            "gambit_id": "a3d53873-53f7-490f-9f14-901c3e2bfb09",
            "last_updated": "2023-09-30T10:48:11.391876-04:00",
            "created_at": "2023-09-29T09:23:09.125129-04:00",
            "name": "COL",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0042b9e5-4d79-4623-9923-75cdbe645e07/?format=api"
        }
    ]
}