GET /api/bet_types/924b06d9-755d-4ecd-b0c8-3ad441c07974/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "924b06d9-755d-4ecd-b0c8-3ad441c07974",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab19ff3f-2abe-4857-9b2e-bd75c4f9fc93/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Capitals",
                "amount": 6170.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "479e3e94-4aaf-4c65-b429-a834a8a2cc4c",
            "gambit_id": "697d6643-0ea3-40f4-8698-7ef2c174075c",
            "last_updated": "2022-12-06T11:21:56.149640-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/924b06d9-755d-4ecd-b0c8-3ad441c07974/?format=api"
        },
        {
            "id": "cfc9def3-305c-4dfa-bbc1-bc1d9581c638",
            "gambit_id": "79a7c063-f822-41fd-a3e7-a274101ae72a",
            "last_updated": "2022-12-06T11:21:56.148682-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/924b06d9-755d-4ecd-b0c8-3ad441c07974/?format=api"
        }
    ]
}