GET /api/bet_types/5c612afb-8067-4fca-8e1c-09b0ec3f06f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c612afb-8067-4fca-8e1c-09b0ec3f06f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7513dbec-4efa-4478-bac7-073ed54a5c42/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-06T10:57:13.560081-04: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": "SFO",
                "amount": 5000.0
            },
            {
                "team": "COL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d8164bc-12a7-4812-95a4-5b3010813f1e",
            "gambit_id": "0e22e23f-307d-4127-af54-ab306b958bcd",
            "last_updated": "2023-06-07T10:23:04.457931-04:00",
            "created_at": "2023-06-06T10:57:13.562436-04:00",
            "name": "SFO",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c612afb-8067-4fca-8e1c-09b0ec3f06f8/?format=api"
        },
        {
            "id": "b3a2781c-861e-477e-b7d2-831d47491d2e",
            "gambit_id": "c1c505d0-c0bd-4656-86fb-d08c9cb3ce00",
            "last_updated": "2023-06-07T10:23:04.460699-04:00",
            "created_at": "2023-06-06T10:57:13.566598-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c612afb-8067-4fca-8e1c-09b0ec3f06f8/?format=api"
        }
    ]
}