GET /api/bet_types/c8556f5c-02f2-4687-9d20-8b4ac4219af8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8556f5c-02f2-4687-9d20-8b4ac4219af8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8660515c-f4d8-43c1-ab9a-e0d04ad65a3f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-02T07:42:05.602852-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": "Ottawa Senators",
                "amount": 6100.0
            },
            {
                "team": "New York Rangers",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae778413-9c6b-446a-9247-2ad15e0e256d",
            "gambit_id": "9977121b-9cda-4cab-b8bb-817e1a3d8da3",
            "last_updated": "2023-03-03T09:57:03.516218-05:00",
            "created_at": "2023-03-02T07:42:05.605483-05:00",
            "name": "Ottawa Senators",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8556f5c-02f2-4687-9d20-8b4ac4219af8/?format=api"
        },
        {
            "id": "579bc598-daff-4f49-a99f-0aa51a4c6bd5",
            "gambit_id": "ce8e29a2-bdb3-4064-a23c-aa711933a725",
            "last_updated": "2023-03-03T09:57:03.515054-05:00",
            "created_at": "2023-03-02T07:42:05.604062-05:00",
            "name": "New York Rangers",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8556f5c-02f2-4687-9d20-8b4ac4219af8/?format=api"
        }
    ]
}