GET /api/bet_types/4904e12c-715d-45cd-89e5-8bf3a460facd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4904e12c-715d-45cd-89e5-8bf3a460facd",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b9d3325-0e7a-405b-80b8-280437a16b5f/?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": "Tennessee Titans",
                "amount": 6699.0
            },
            {
                "team": "New York Giants",
                "amount": 3301.0
            }
        ],
        "expected_reward_tokens": 9176.78,
        "profit_sb": 176.78,
        "profit_sb_percentage": 1.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "c33c9ce8-80a1-4fa5-ab0b-0c2b4670c1a1",
            "gambit_id": "f48d9afd-45df-4385-b76e-65873b53d929",
            "last_updated": "2022-09-12T10:17:27.473548-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4904e12c-715d-45cd-89e5-8bf3a460facd/?format=api"
        },
        {
            "id": "756bb5a1-8dd7-4fed-959f-cd8841279fb8",
            "gambit_id": "177c45d8-7c40-45c7-9787-7fddee4f8784",
            "last_updated": "2022-09-12T10:17:27.474658-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "2.78000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4904e12c-715d-45cd-89e5-8bf3a460facd/?format=api"
        }
    ]
}