GET /api/bet_types/0d877dfa-083b-48b2-b2af-9d59d1483b5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d877dfa-083b-48b2-b2af-9d59d1483b5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc73cda4-afe3-4b7c-9e11-5d9e6dcd105c/?format=api",
    "name": "Pick the Winner",
    "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": "ATL (S Strider)",
                "amount": 7485.0
            },
            {
                "team": "COL (C Kuhl)",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9280.35,
        "profit_sb": 280.35,
        "profit_sb_percentage": 3.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "531e6bc3-4829-4224-90d3-652d4b28ee19",
            "gambit_id": "5a0bc033-f906-4405-84a9-954695689a34",
            "last_updated": "2022-09-02T08:57:02.889207-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (S Strider)",
            "reward": "1.24000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d877dfa-083b-48b2-b2af-9d59d1483b5f/?format=api"
        },
        {
            "id": "ddfe2f4a-350c-49b4-871c-2f7d876a5a73",
            "gambit_id": "cf51d168-cf96-4b18-8584-719164f9d694",
            "last_updated": "2022-09-02T08:57:02.889677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (C Kuhl)",
            "reward": "3.69000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d877dfa-083b-48b2-b2af-9d59d1483b5f/?format=api"
        }
    ]
}