GET /api/bet_types/6685a98d-ede8-440a-bbf2-5fa5fdd668c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6685a98d-ede8-440a-bbf2-5fa5fdd668c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/570b9ddd-d158-459c-96d9-8c95a7270baa/?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": "LAA (M Lorenzen)",
                "amount": 6098.0
            },
            {
                "team": "OAK (A Martinez)",
                "amount": 3902.0
            }
        ],
        "expected_reward_tokens": 9207.98,
        "profit_sb": 207.98,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "45be7107-8a6f-4f28-acff-a2803535fb52",
            "gambit_id": "89fe714c-dc69-4cc5-9b89-819c3464d314",
            "last_updated": "2022-09-29T10:22:29.641945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (M Lorenzen)",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6685a98d-ede8-440a-bbf2-5fa5fdd668c9/?format=api"
        },
        {
            "id": "8806705f-d6b3-470d-a76b-6310061058c2",
            "gambit_id": "99dc4ca2-b4fe-4de8-9bb8-704a83a7ea94",
            "last_updated": "2022-09-29T10:22:29.642915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (A Martinez)",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6685a98d-ede8-440a-bbf2-5fa5fdd668c9/?format=api"
        }
    ]
}