GET /api/bet_types/42d5b137-e65a-470b-9307-525d7523bbce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42d5b137-e65a-470b-9307-525d7523bbce",
    "match": "https://api-prod.gambitprofit.com/api/matches/3187b028-096d-4706-ac5d-f654079e7e3f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-16T10:23:23.878222-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": "PHI",
                "amount": 6090.0
            },
            {
                "team": "TOR",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "14343475-486d-498d-b520-d2e9ff8c372f",
            "gambit_id": "add777de-cd99-4bab-94da-57927e81bde8",
            "last_updated": "2023-08-17T13:38:15.334328-04:00",
            "created_at": "2023-08-16T10:23:23.881896-04:00",
            "name": "PHI",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42d5b137-e65a-470b-9307-525d7523bbce/?format=api"
        },
        {
            "id": "da6df8f5-06dc-4166-afba-b628bc4d848f",
            "gambit_id": "453ed5bc-9961-44b3-9747-442cdcfd8590",
            "last_updated": "2023-08-17T13:38:15.337679-04:00",
            "created_at": "2023-08-16T10:23:23.887113-04:00",
            "name": "TOR",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42d5b137-e65a-470b-9307-525d7523bbce/?format=api"
        }
    ]
}