GET /api/bet_types/4d69a072-6b26-4a0f-9998-072b5f9f7f28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d69a072-6b26-4a0f-9998-072b5f9f7f28",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3707cf4-abf5-43bb-b44a-df8ef257a127/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-13T08:57:57.486888-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad542352-976c-4de6-b9bb-e327087d659c",
            "gambit_id": "60f73b95-d6b5-4363-8f09-99611912043b",
            "last_updated": "2023-12-15T10:03:18.962260-05:00",
            "created_at": "2023-12-13T08:57:57.491255-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d69a072-6b26-4a0f-9998-072b5f9f7f28/?format=api"
        },
        {
            "id": "d90c220d-eede-465e-b966-253c8fa67dbc",
            "gambit_id": "49470f60-4c67-4a68-bc70-a1a526122555",
            "last_updated": "2023-12-15T10:03:18.965790-05:00",
            "created_at": "2023-12-13T08:57:57.495444-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d69a072-6b26-4a0f-9998-072b5f9f7f28/?format=api"
        }
    ]
}