GET /api/bet_types/212199c7-e701-42f6-96f4-3c9a5b498b68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "212199c7-e701-42f6-96f4-3c9a5b498b68",
    "match": "https://api-prod.gambitprofit.com/api/matches/f39e7fe9-d206-403a-8fcd-15517817c9fc/?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": "Kansas State",
                "amount": 5696.0
            },
            {
                "team": "Oklahoma State",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "6eb635ce-77bb-4bc1-825e-30b74a2bbaf5",
            "gambit_id": "ea1c6fdc-fec5-4945-a21c-b9a1af1ef5fb",
            "last_updated": "2022-10-31T10:27:23.622734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212199c7-e701-42f6-96f4-3c9a5b498b68/?format=api"
        },
        {
            "id": "0c681d3b-6404-4c8d-b6b5-a0af0e34a6d7",
            "gambit_id": "ea90f572-b975-4bef-9358-291360864224",
            "last_updated": "2022-10-31T10:27:23.623723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212199c7-e701-42f6-96f4-3c9a5b498b68/?format=api"
        }
    ]
}