GET /api/bet_types/9a07f1f2-9d8f-4542-96b3-d470f488ee44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a07f1f2-9d8f-4542-96b3-d470f488ee44",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dccbe71-cd23-495b-8766-e70578610493/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:12.791647-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": "New York Islanders",
                "amount": 6603.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e117bd5-1169-438e-bee0-e163d78204b7",
            "gambit_id": "35cbebfa-fa94-4b5b-8791-99762f9951a6",
            "last_updated": "2023-03-15T13:52:01.354523-04:00",
            "created_at": "2023-03-14T09:37:12.794556-04:00",
            "name": "New York Islanders",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a07f1f2-9d8f-4542-96b3-d470f488ee44/?format=api"
        },
        {
            "id": "a62132d1-834b-4158-8df5-229bec1252b5",
            "gambit_id": "a5a111ea-4b6b-48a9-91f2-5e8b3a8d0a8c",
            "last_updated": "2023-03-15T13:52:01.355970-04:00",
            "created_at": "2023-03-14T09:37:12.792993-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a07f1f2-9d8f-4542-96b3-d470f488ee44/?format=api"
        }
    ]
}