GET /api/bet_types/97ffe8c7-7937-4b6c-b28c-9362e7d81e01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97ffe8c7-7937-4b6c-b28c-9362e7d81e01",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e3f4b9-b00d-496b-8047-b0c1deff0722/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T10:27:01.199374-05: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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "59933956-108d-4333-ad9a-3bd9194c0e4d",
            "gambit_id": "59c6f5bd-af6e-4e63-ba43-82303fc32c88",
            "last_updated": "2023-01-03T11:01:48.203757-05:00",
            "created_at": "2023-01-02T10:27:01.201962-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ffe8c7-7937-4b6c-b28c-9362e7d81e01/?format=api"
        },
        {
            "id": "238f5ba9-0cfd-41bf-b41b-0fae35ba0f0f",
            "gambit_id": "55023721-1988-4fca-b4af-06339643574f",
            "last_updated": "2023-01-03T11:01:48.202671-05:00",
            "created_at": "2023-01-02T10:27:01.200694-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ffe8c7-7937-4b6c-b28c-9362e7d81e01/?format=api"
        }
    ]
}