GET /api/bet_types/74a95e81-42d5-4a2f-b73c-48bf17566c04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74a95e81-42d5-4a2f-b73c-48bf17566c04",
    "match": "https://api-prod.gambitprofit.com/api/matches/686d37c2-27e0-40a8-ae7a-521138f6ccf8/?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": "KAN",
                "amount": 5312.0
            },
            {
                "team": "BOS",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "e36dfa0b-c5c5-4c4f-b024-0b0a02bec0a0",
            "gambit_id": "5c21c212-b085-4cc0-8e82-87d874448896",
            "last_updated": "2022-08-07T10:47:14.501558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74a95e81-42d5-4a2f-b73c-48bf17566c04/?format=api"
        },
        {
            "id": "d4ed6aa3-6a39-4336-9387-147789aed1e5",
            "gambit_id": "96d51af9-6a84-479c-a28a-dee72edac517",
            "last_updated": "2022-08-07T10:47:14.502090-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74a95e81-42d5-4a2f-b73c-48bf17566c04/?format=api"
        }
    ]
}