GET /api/bet_types/dda909ef-4748-45cc-880c-63a2f93280d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dda909ef-4748-45cc-880c-63a2f93280d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/51205cf5-3da2-4989-a2eb-e6f37d425f49/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:16.089564-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "29a41fa4-2147-46dc-a3c5-e9c9007cda5d",
            "gambit_id": "9821e13e-3a5b-41a6-ac0f-b80d708641fb",
            "last_updated": "2023-11-03T10:28:05.383316-04:00",
            "created_at": "2023-11-01T09:08:16.099258-04:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda909ef-4748-45cc-880c-63a2f93280d1/?format=api"
        },
        {
            "id": "1d1c0f2c-9367-466d-bf9c-ddcee14a73ad",
            "gambit_id": "a9d2a473-d267-4e5c-a5fb-bfe6cba1548d",
            "last_updated": "2023-11-03T10:28:05.375966-04:00",
            "created_at": "2023-11-01T09:08:16.093904-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda909ef-4748-45cc-880c-63a2f93280d1/?format=api"
        }
    ]
}