GET /api/bet_types/146941fd-d6cd-47e3-86e2-29a563bd978f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "146941fd-d6cd-47e3-86e2-29a563bd978f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f6930bc-7532-4a2f-a6a5-4d6617f05584/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5e95804-0bdc-4a5f-9d27-e82b95ef5278",
            "gambit_id": "8fb507a7-668d-4ecf-8dd3-9a1339122ba6",
            "last_updated": "2022-12-01T16:17:24.399374-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/146941fd-d6cd-47e3-86e2-29a563bd978f/?format=api"
        },
        {
            "id": "971b6a5f-f5f2-4143-8c4b-57934e7696e6",
            "gambit_id": "47b690c0-3f7d-4c6b-bba3-a9f04cb359c0",
            "last_updated": "2022-12-01T16:17:24.398380-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/146941fd-d6cd-47e3-86e2-29a563bd978f/?format=api"
        }
    ]
}