GET /api/bet_types/115b4bf3-65ef-48b3-a617-92b0e4ead0b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "115b4bf3-65ef-48b3-a617-92b0e4ead0b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c0608e1-83f0-4016-9421-21863bca3896/?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": "STL (J Montgomery)",
                "amount": 6010.0
            },
            {
                "team": "MIL (E Lauer)",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9375.6,
        "profit_sb": 375.6,
        "profit_sb_percentage": 4.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "9a642e06-6d32-49c8-825c-ce5b5b53bcc5",
            "gambit_id": "bce8c6d4-74cd-4d86-bda9-ae402a11073c",
            "last_updated": "2022-08-13T10:47:07.151593-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Montgomery)",
            "reward": "1.56000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115b4bf3-65ef-48b3-a617-92b0e4ead0b9/?format=api"
        },
        {
            "id": "90549cdb-f91b-414b-87f0-d1770542a042",
            "gambit_id": "05b04ab4-f454-4bcf-986d-8c93e8ff421a",
            "last_updated": "2022-08-13T10:47:07.152048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (E Lauer)",
            "reward": "2.35000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115b4bf3-65ef-48b3-a617-92b0e4ead0b9/?format=api"
        }
    ]
}