GET /api/bet_types/c0dd0253-571d-43c4-aa68-846ff8159a91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0dd0253-571d-43c4-aa68-846ff8159a91",
    "match": "https://api-prod.gambitprofit.com/api/matches/20c48c0c-5d61-49a3-929b-d810916db386/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-03T08:48:01.293016-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac7306de-fdaa-4614-a3e0-1f52be4475e9",
            "gambit_id": "b628e7ba-8a62-47b5-8463-570b49cfa7c2",
            "last_updated": "2024-02-05T14:18:21.833652-05:00",
            "created_at": "2024-02-03T08:48:01.298009-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0dd0253-571d-43c4-aa68-846ff8159a91/?format=api"
        },
        {
            "id": "c3e33b3c-1530-4e1b-a0fd-12c19b11987b",
            "gambit_id": "13609084-635a-4eef-8f74-fc5ade84f500",
            "last_updated": "2024-02-05T14:18:21.837917-05:00",
            "created_at": "2024-02-03T08:48:01.302547-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0dd0253-571d-43c4-aa68-846ff8159a91/?format=api"
        }
    ]
}