GET /api/bet_types/b703c629-38b2-411e-8c63-1b78d1d46ea3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b703c629-38b2-411e-8c63-1b78d1d46ea3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fca3d77-fc48-4a2b-82b3-1553e4d37000/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-06T08:43:17.598273-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": 6010.0
            },
            {
                "team": "ARI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "a81fdb0a-c448-4b58-bd00-d51ee43e09c1",
            "gambit_id": "d5b0a647-bf0a-4f12-8956-369431dada52",
            "last_updated": "2023-07-07T16:57:59.222895-04:00",
            "created_at": "2023-07-06T08:43:17.600028-04:00",
            "name": "NYM",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b703c629-38b2-411e-8c63-1b78d1d46ea3/?format=api"
        },
        {
            "id": "764c11da-2edb-499a-862e-b7aaeaa1efac",
            "gambit_id": "591e0087-e1c2-493a-809b-e78bba26973f",
            "last_updated": "2023-07-07T16:57:59.224671-04:00",
            "created_at": "2023-07-06T08:43:17.601689-04:00",
            "name": "ARI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b703c629-38b2-411e-8c63-1b78d1d46ea3/?format=api"
        }
    ]
}