GET /api/bet_types/1a1932f4-33de-4ec1-8b37-c16e35205cba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a1932f4-33de-4ec1-8b37-c16e35205cba",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2ca328-52c7-4f10-b706-ea47979d9c78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:14.754337-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": "NYY",
                "amount": 5423.0
            },
            {
                "team": "HOU",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "903f02dc-ae0a-4092-b711-c8548442077a",
            "gambit_id": "53296d4a-d003-49ce-a2a1-667f86fcd0a9",
            "last_updated": "2023-09-04T12:53:27.732213-04:00",
            "created_at": "2023-09-02T09:33:14.758141-04:00",
            "name": "NYY",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1932f4-33de-4ec1-8b37-c16e35205cba/?format=api"
        },
        {
            "id": "13d2d70f-cf5f-45d3-b8fe-d0888f82bc83",
            "gambit_id": "e9aa78d5-288e-4458-b37a-6f55d70cf03f",
            "last_updated": "2023-09-04T12:53:27.735609-04:00",
            "created_at": "2023-09-02T09:33:14.762324-04:00",
            "name": "HOU",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1932f4-33de-4ec1-8b37-c16e35205cba/?format=api"
        }
    ]
}