GET /api/bet_types/1aad8c79-55a4-4e7b-9313-8f8a15a3cc91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aad8c79-55a4-4e7b-9313-8f8a15a3cc91",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c070ca6-99ba-4ebe-9758-bb45ef98be36/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-28T08:48:08.132617-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": "NYM",
                "amount": 5614.0
            },
            {
                "team": "TEX",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe25b984-897e-4747-afc5-d0bff8bb63dc",
            "gambit_id": "c72013f3-5a6e-4f31-9aa3-d5c59fce9f9c",
            "last_updated": "2023-08-29T19:33:16.147368-04:00",
            "created_at": "2023-08-28T08:48:08.141084-04:00",
            "name": "NYM",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aad8c79-55a4-4e7b-9313-8f8a15a3cc91/?format=api"
        },
        {
            "id": "569489ff-aa25-4f4f-be77-50921a526852",
            "gambit_id": "f85b7b97-9e39-4188-8903-2fbbc632859a",
            "last_updated": "2023-08-29T19:33:16.144052-04:00",
            "created_at": "2023-08-28T08:48:08.136752-04:00",
            "name": "TEX",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aad8c79-55a4-4e7b-9313-8f8a15a3cc91/?format=api"
        }
    ]
}