GET /api/bet_types/7117e4a7-c2ae-4672-878d-321d061b6e9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7117e4a7-c2ae-4672-878d-321d061b6e9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/29f4f547-5f9d-4877-a21f-ffe31a5c18de/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:16.963665-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": "MIL",
                "amount": 5599.0
            },
            {
                "team": "TOR",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "14c2c79b-8970-4126-99a7-5988f06c259a",
            "gambit_id": "7be7f53e-cedf-45cb-bb34-74b93346928a",
            "last_updated": "2023-06-01T10:07:06.653707-04:00",
            "created_at": "2023-05-31T11:47:16.965762-04:00",
            "name": "MIL",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7117e4a7-c2ae-4672-878d-321d061b6e9b/?format=api"
        },
        {
            "id": "1733d33a-27ae-4a44-990b-36a0456dd13b",
            "gambit_id": "9a47412b-ba2f-4806-9d5a-7bbce457f85a",
            "last_updated": "2023-06-01T10:07:06.656291-04:00",
            "created_at": "2023-05-31T11:47:16.967762-04:00",
            "name": "TOR",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7117e4a7-c2ae-4672-878d-321d061b6e9b/?format=api"
        }
    ]
}